Add Renovate config and update package version placeholder#17
Merged
DanielAvdar merged 4 commits intomainfrom Apr 23, 2025
Merged
Add Renovate config and update package version placeholder#17DanielAvdar merged 4 commits intomainfrom
DanielAvdar merged 4 commits intomainfrom
Conversation
Introduce a `renovate.json` file with a recommended configuration to manage dependencies. Updated `__init__.py` to include a placeholder comment for replacing the package name in the version call. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 2 2
=========================================
Hits 2 2 ☔ View full report in Codecov by Sentry. |
Introduce tests to validate code examples in the documentation using Sybil and pytest. Updated `pyproject.toml` to configure linting rules, including ignoring specific linting checks for test and docs directories. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Updated package constraints in `uv.lock` to refine Python version markers and adjusted dependencies like `sybil` and `sphinx`. Bumped `ruff-pre-commit` to v0.11.6 and improved code formatting, ensuring clarity in `pyproject.toml` and `.pre-commit-config.yaml`. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Introduce a placeholder docstring at the top of the __init__.py file. This serves as a placeholder for a proper package description to be updated later. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a
renovate.jsonfile with a recommended configuration to manage dependencies. Updated__init__.pyto include a placeholder comment for replacing the package name in the version call.